home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / demos / 74 / general / flash.hnt < prev    next >
Encoding:
Text File  |  1986-11-21  |  10.5 KB  |  200 lines

  1.        Common Questions and Answers about FLASH terminal program
  2.  
  3.       1. I have a touch tone line. How do I tell FLASH to dial using touch tone?
  4.  
  5.       Answer: Go to the menu-bar and select DIAL DIRECTORY from the EDIT
  6. section. Click on the button that says 'ALTER SETTINGS' and change the Prefix
  7. to ATDT. Then hit return to exit the dialog and select SAVE from the
  8. FILE section. When the File Selection dialog box appears, click on
  9. "Configuration" and save the configuration as the default name FLASH.CNF.
  10. This makes sure that the dialer prefix will stay as ATDT the next time FLASH
  11. is run.
  12.  
  13.  
  14.       2. I'm trying to upload a message to CompuServe using Ascii upload but
  15. the text appears scrambled and there are missing characters.
  16.  
  17.       Answer: Change the ASCII upload setting to set METERING on. If you are
  18. using the SIG editor that gives you line numbers, then set PROMPTING on and
  19. enter ':' as the prompt character.
  20.  
  21.  
  22.       3. All of a sudden the cursor is moving on the screen, but I can't
  23. see any text being displayed. What's happened and what can I do to fix it?
  24.  
  25.       Answer: Line noise has resulted in FLASH being sent an escape sequence
  26. that has changed the text color to the white. The same error can cause text
  27. and background colors to become reversed or the cursor to disappear entirely.
  28. If you are using a color monitor then you may see strange combinations of text
  29. and background color e.g. red text on a black background.
  30.       The solution is to use the MODE command to reset the terminal emulation
  31. mode. Press on ALT-M and hit enter. This will reset the colors to their
  32. default values while leaving the terminal emulation type unchanged.
  33.  
  34.  
  35.       4. While uploading or downloading a file using Xmodem I see error 
  36. messages on the bottom line of the screen. Does this mean the file transfer
  37. was bad?
  38.  
  39.       Answer: Xmodem is very good at recovering from errors due to line noise
  40. and it's quite normal to see occasional error messages such as Checksum error
  41. or Sector number error. If a fatal error occurs, FLASH will always put a
  42. message on the bottom of the screen which includes the phrase 'Xmodem Aborted'.
  43. In addition, the other computer will usually realise that a fatal error
  44. occurred and also display an error message. FLASH will typically try at least
  45. ten times to send/receive each block of the file before giving up. It is
  46. important to set timing to LOOSE in the Flash XMODEM PARAMETERS dialog to 
  47. allow for network delays. To access the Xmodem dialog in Flash, either
  48. select Xmodem Param. from the EDIT part of the menubar or type XM on the
  49. Flash command line and hit return. (It's the same dialog box in either case).
  50.  
  51.  
  52.       5. How do I edit the FLASH DO files?
  53.  
  54.       Answer: Simple! Just load them into the FLASH capture buffer and edit
  55. them in place then save them back to disk. To embed control codes in a DO
  56. file, simply hold down the control key and press the appropriate key, e.g.
  57. control-C shows up as an arrow facing right.
  58.       To load a file into the FLASH capture buffer, select LOAD from the
  59. FILE heading of the menu bar and select CAPTURE from the dialog box that
  60. appears. To save the entire capture buffer, select SAVE from the FILE heading
  61. of the menu bar and click on the CAPTURE box. You can save just a part of
  62. the capture buffer by marking out a block and saving it. The block commands
  63. are all under the BLOCK heading of the menu bar.
  64.  
  65.  
  66.       6. I would like to send a setup message to my modem each time I run
  67. FLASH. How can I do this?
  68.  
  69.       Answer: You can do this using the FLASH AUTO command. From the terminal
  70. screen (the one without the menu bar) press the insert key and type AUTO 
  71. PA 1|ATDX6 and hit return (substitute your own setup message in place of ATDX6).
  72. Then press <Insert> again and type SA CONFIG and hit return. When the file
  73. selector appears it should have FLASH.CNF as the filename. If not, type
  74. in FLASH.CNF as the filename. Hit <Return> to save the new configuration
  75. file.
  76.       Note: the setup message is limited to 15 characters using this method.
  77. If you want to send a longer setup string or send a bunch of setup commands
  78. to FLASH, then type in an auto command like AUTO DO SETUP.DO then create a
  79. DO file called SETUP.DO containing the desired commands.
  80.       The way FLASH uses the AUTO command it takes what you have typed in
  81. as the auto command and puts a '>' at the beginning and adds a '|' at the
  82. end. Normally this turns what you have typed in into a single command, but
  83. there is nothing to prevent you from having several commands e.g.
  84. AUTO BA 2400|>DI BBS gets turned into >BA 2400|>DI BBS| when FLASH actually
  85. does the AUTO command. Just remember that the AUTO command is limited to 20
  86. characters maximum. You can check your AUTO command using the status
  87. command (SS) from the terminal screen OR the STATUS selection from the
  88. OPTIONS heading of the menu bar (look under Miscellaneous in the Status
  89. display dialog).
  90.  
  91.  
  92. 7. I want to run FLASH, then switch automatically to another drive/folder.
  93. I tried setting the default pathname to the one I wanted to use and then save
  94. the configuration, but that didn't work.
  95.  
  96.       Answer: Use the AUTO command (explained above) to change the pathname.
  97. (Note: pathname = drive + folder name e.g. A:\FLASH\)
  98. If you want to keep the dial directory and function key files in the new
  99. folder then you should use a DO file called from the AUTO command that will
  100. load in the dial director and function key definition. e.g.
  101. >LO DI DIAL.DIR|>LO FK FUNCKEY.DEF|
  102.  
  103.  
  104. 8. How big is the capture buffer in FLASH?
  105.  
  106.       Answer: The size of the capture buffer depends on whether you have a
  107. 520 or 1040, whether you have a ram-disk or not, and what desk accessories
  108. you have loaded. It uses whatever memory is available when FLASH is run, so
  109. depending on the factors listed above, you could have a capture buffer ranging
  110. from 10,000 bytes or less to over 700,000 bytes! To find out the size of the
  111. capture buffer, select the 'STATUS' selection from the 'OPTIONS' part of
  112. the menu bar. Information about the capture buffer is in the box labelled
  113. 'Capture' in the upper left corner.
  114.  
  115.  
  116. 9. How do I edit the FLASH configuration file? How do I create one?
  117.  
  118.       Answer: You don't edit the configuration file as it is not in text
  119. format. The configuration file is a record of all the important FLASH settings.
  120. Almost everything you see in the 'STATUS' display is recorded in the 
  121. configuration file, including the AUTO command, the dialer prefix, suffix, and
  122. other dialer parameters. To change the configuration, just set FLASH up the
  123. way you would like to run it, then select 'SAVE' from the FILE heading of the
  124. menu bar, then click on 'Configuration' in the File Selection dialog box
  125. that appears. The default configuration file, FLASH.CNF, is loaded when FLASH
  126. is initially run. You may use another name for the configuration file, but
  127. then you will have to load it manually.
  128.  
  129. 10. I can't seem to download or upload using Xmodem. All I get is ten 
  130. consecutive errors on the first block.
  131.  
  132.       Answer: You must wait until the system prompts you to start before
  133. you begin Xmodem. If you start while the system is still printing the
  134. prompt message you may get this error.
  135.       Another common cause of Xmodem problems is the Datapac network (Canada
  136. only). To use Xmodem through Datapac you must go through a special setup.
  137.  
  138.       When you are in a DL, and ready to D/L, type 
  139.       CNTRL-P PROF 1 <CR> 
  140. Then type
  141.       SET 3:0,4:4,5:0,6:0 <CR><CR>  
  142.       Note: 'CNTRL-P' means hold down the control key (on the left side of
  143. the keyboard) and, while holding it down, press P. <CR> means the return key
  144. on your keyboard. Once you have done that you may notice that you no longer
  145. see anything when you type on your keyboard. This is desirable for good xmodem
  146. downloads, but not good for issuing commands. Hitting ALT-P in FLASH will
  147. set you into half duplex so you can see what you are typing. An interesting
  148. oddity is that once you finish a download, or even go to another area of
  149. CompuServe, you no longer need to use half-duplex.
  150.       Oonce you have finished your download, you can reset Datapac to normal
  151. with 
  152.       Control-P PROF 2 <CR> SET 2:1 <CR><CR>
  153.  
  154.       It is necessary to use 8-bits, no parity for Xmodem transfers on 
  155. CompuServe. Flash and the CompuServe network automatically go to 8-bits
  156. no parity (if needed) for you. I don't know if other networks do this for
  157. you, so when in doubt, type GO PROFILE and set your terminal parameters
  158. on CompuServe to no parity.
  159.  
  160.  
  161. 11. I can't seem to get Flash to redial numbers. It just sits there after
  162. the first try and after about 30 seconds I get the message 'Dialer aborted
  163. or timed out'.
  164.  
  165.       Answer: In order for Flash to tell whether you have connected
  166. successfully to another computer it relies on getting particular messages
  167. back from your modem. The default messages are 'CONNECT' to indicate success
  168. and 'NO CARRIER' to indicate no connection was made. Some modems send 'BUSY'
  169. instead of 'NO CARRIER' and if you want to redial using Flash with these
  170. modems you have to tell Flash what to expect. To do this, select 'Dial
  171. Directory' from the 'Edit' heading of the menu bar. You will see a small
  172. box labelled 'Dialer Settings' with a button inside it labelled 'Alter
  173. Settings'. Click on the button and the box will change so that the text
  174. in it is no longer shadowy. Change the MConnect and MFailed entries to
  175. reflect the messages your modem sends. To make the changes permanent you
  176. will have to save a new configuration file. See question #s 1 and 9 on
  177. how to save configuration files.
  178.  
  179.       Note: There are a few modems that send 'COMPLETE' or 'DIAL COMPLETE'
  180. once they have finished dialing. A bug in Flash 1.0 would allow it to confuse
  181. the 'COMPLETE' with 'CONNECT'. To fix this, it is necessary to change the
  182. MConnect message to 'ONNECT'
  183.  
  184. 12. How do I hang up the modem using Flash?
  185.  
  186.       Answer: There is no special command to hang up the modem using Flash.
  187. Many Hayes compatible modems will let you type +++, then at the OK prompt
  188. type ATH. You can automate this in a function key as:
  189.       >PA 1|+++>WA OK|ATH|
  190.  
  191.       On modems that do not allow this, you will have to consult the manual.
  192. Some of these modems have a VOICE/DATA switch which you can press to drop
  193. the carrier signal. Other modems will require you to switch the modem on
  194. and off. Most BBS's will hang up the phone your end it you wait for a
  195. while.
  196.  
  197.       Alan Page
  198.  
  199. Aug. 24, 1986 (Revised and expanded Oct. 4, 1986)
  200. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə